home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / ANTENNA / AZPRJ104 / TV_CONF.PS < prev    next >
Text File  |  1996-11-23  |  2KB  |  52 lines

  1. %--------------------------------------
  2. %%Title: tv_conf.ps
  3. %%CreationDate:  3 Aug 96
  4. %
  5. % (C) 1994,5,6 Joseph Mack NA3T and Michael Katzmann NV3Z/VK2BEA/G4NYV
  6. %
  7. %--------------------------------------
  8. %
  9. % Most of the AZ_PROJ customisable variables are in az_ini.ps.
  10. % This is a relatively large file. If you routinely only vary a
  11. % small number of variables, they can be separated into a smaller
  12. % file which is read in after az_ini.ps, thus overwriting the
  13. % standard values in az_ini.ps. Alternatively, if you routinely
  14. % make several different maps, then a separate config file can be
  15. % made for each map.
  16. %
  17. % Thus an HF config file could have a large scale map,
  18. % lat/lon lines separated by 30 degrees, with rivers and
  19. % state borders turned off.
  20. %
  21. % A VHF config file would have a scale suitable for the
  22. % band, grid square and all geographic features turned on.
  23. %
  24. % A config file for a mountain top, will have a different QTH.
  25. %
  26. % a config file can be used with ghostscript
  27. % C:>gs az_ini.ps config.ps -- az_proj.ps world.wdb dxcc.dat
  28. %
  29. % or by making a big.ps file
  30. % C:>copy az_ini.ps+config.ps+az_proj.ps+world.wdb+dxcc.dat big.ps
  31. %
  32. %
  33. %--------------------------------------
  34. % tv_config.ps - configuration file for AZ_PROJ.PS
  35. %
  36. /Title (North American TV Stations - Ch2 55.25MHz) def
  37. /lat_QTH 38.48        def /lon_QTH -90.02    def /QTH_name (K4SSO Arnold, MO, EM48tk) def
  38. /center_offset    off    def
  39. /map_scale_deg    200    def
  40. /draw_compass_circumference    off    def    %(on/off) draw compass circumference
  41. /draw_compass_spokes        off    def    %(on/off) draw compass spokes
  42. /draw_us_states            off def
  43. /draw_letter_square_borders    off    def    %(on/off)
  44. /draw_letter_square_labels    off    def    %(on/off)
  45. /draw_alternate_lat_lon_spacing on    def     %on - use numbers below
  46.  
  47. /bands_plotted
  48. [
  49. 55
  50. ] def
  51. %--------------------------------------tv_conf.ps
  52.